home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1986 January / 1986-01.d64 / special note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  752b  |  19 lines

  1. 100 poke53280,6:poke53281,6:print"[147][159]";
  2. 110 print"beginning with this issue of the[160]gazette"
  3. 120 print"disk, all programs specific to the 128[159]"
  4. 130 print"will be included on a separate menu,"
  5. 140 print"which must be accessed in 128[159] mode."
  6. 150 print"to operate with your computer off,"
  7. 160 print"turn on your disk drive and then[160]insert the gazette[160]disk.";
  8. 170 print" turn on your computer"
  9. 171 print"and[160]the 128[159] menu will autoboot."
  10. 172 print"if your computer is on and in [144]64[159] mode,"
  11. 173 print"press the reset button and the[160]128[159] menu"
  12. 174 print"will automatically load and run."
  13. 190 print"[144] press any key to reload the 64[144] menu"
  14. 200 poke198,0:wait198,1:getmt$
  15. 210 poke53280,14:poke53281,14:print"[147][154]load";chr$(34);"nt";chr$(34);",8"
  16. 220 a$=chr$(13)+"run"+chr$(13)
  17. 230 fori=1tolen(a$):poke630+i,asc(mid$(a$,i)):next:poke198,i-1
  18. 240 new
  19.